home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / tests / thrash / RCS / local.mk,v < prev    next >
Encoding:
Text File  |  1992-07-17  |  1.2 KB  |  60 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  srv030:1.2 srv027:1.2 srv026:1.2 srv024:1.2 srv021:1.2 srv018:1.2 srv014:1.2 srv010:1.2 srv008:1.2 srv007:1.2 srv006:1.2 srv004:1.2;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.2
  10. date     91.11.14.20.30.49;  author kupfer;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     91.11.09.22.07.29;  author kupfer;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Change to new setup for sprited clients.
  27. @
  28. text
  29. @#
  30. # This file is included by Makefile.  Makefile is generated automatically
  31. # by mkmf, and this file provides additional local personalization.  The
  32. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  33. # that must be included to set up various compilation stuff.
  34. #
  35.  
  36.  
  37. MAKE_USER_PROGRAM    = thrash
  38.  
  39. #include "/users/kupfer/lib/pmake/spriteClient.mk"
  40. @
  41.  
  42.  
  43. 1.1
  44. log
  45. @Initial revision
  46. @
  47. text
  48. @a7 1
  49. LIBS        += -lmach
  50. d9 1
  51. a9 6
  52. # At least for the time being, use the same compilation environment as
  53. # the Sprite server.  It probably makes more sense to use the server's
  54. # environment than the Sprite "user" environment, because (a) the
  55. # emulation code is closely tied to the server and (b) the emulation
  56. # code needs to know about Mach.
  57. #include "/users/kupfer/lib/pmake/sprited.mk"
  58. d11 1
  59. @
  60.